;------------------------------------------------------;
; TAG  CPL  Height  Width  BPP  REAL_WIDTH  TileFormat ;
;------------------------------------------------------;
.FORMAT 34  16      16     1    14          0 1 2 3

;----------------------------------------------------;
; Can start the project displaying Ascii text Window ;
;----------------------------------------------------;
.TextWindow show

;--------------------------------------------------;
; Can start the project displaying Kana text dump  ;
;--------------------------------------------------;
.KanaWindow show

;--------------------------------------------------;
; Can start the project displaying Kana Hex dump   ;
;--------------------------------------------------;
.HexWindow hide

;-----------------------------------;
; This is active for this project   ;
; That means it can afect the output;
;-----------------------------------;
.vwf off

;--------------------------------------------;
; Can start the project with controls hidden ;
;--------------------------------------------;
.controlcodes show

;--------------------------------------------------;
; Can start the project displaying translated text ;
; This is not used anymore                         ;
;--------------------------------------------------;
.TransText hide

;------------------------------------------------;
; Select a color to use ".green, .red, or .blue" ;
;------------------------------------------------;
.textbox.color.green

;------------------------------------------------;
; Select a background style ".gradient or .solid ;
;------------------------------------------------;
.textbox.gradient


;------------------;
; Text block data  ;
; TAG  TEXT_OFFSET ;
;------------------;
.BLOCK 00238032
.BLOCK 00239221
.BLOCK 002395E3
.BLOCK 00239623
.BLOCK 0023A278
.BLOCK 0023A693
.BLOCK 0023AA9B
.BLOCK 0023AB3E
.BLOCK 0023AF85
.BLOCK 0023B2AA
.BLOCK 0023BD19
.BLOCK 0023C020
.BLOCK 0023C287
.BLOCK 0023C4E0
.BLOCK 0023C9F7
.BLOCK 0023D224
.BLOCK 0023E3BC
.BLOCK 0023E589
.BLOCK 0023E73D
.BLOCK 0023EB1A
.BLOCK 0023ECAC
.BLOCK 0023EE86
.BLOCK 0023EF80
.BLOCK 0023F3AE
.BLOCK 0023F802

